home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / RAM Idle LE / ramidlLE.exe / install_script.iss
Text File  |  2005-03-12  |  4KB  |  74 lines

  1. ;InnoSetupVersion=4.2.4
  2.  
  3. [Setup]
  4. AppName=RAM Idle
  5. AppVerName=RAM Idle
  6. AppId=RAM Idle
  7. AppVersion=1.4.7.2
  8. AppPublisher=TweakNow
  9. AppPublisherURL=http://www.tweaknow.com
  10. AppSupportURL=http://www.tweaknow.com
  11. AppUpdatesURL=http://www.tweaknow.com
  12. DefaultDirName={pf}\RAM Idle
  13. DefaultGroupName=RAM Idle
  14. UninstallDisplayIcon={app}\compil32.exe
  15. OutputBaseFilename=RAMIdle
  16. Compression=lzma
  17. PrivilegesRequired=none
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{app}\RAMMan.exe"; DestDir: "{app}"; Components: main; MinVersion: 4.1,5.0; Flags: ignoreversion 
  23. Source: "{app}\Memory.ico"; DestDir: "{app}"; Components: main; MinVersion: 4.1,5.0; Flags: ignoreversion 
  24. Source: "{app}\RAM_XP.exe"; DestDir: "{app}"; Components: main; MinVersion: 4.1,5.0; Flags: ignoreversion 
  25. Source: "{app}\RAM_ME.exe"; DestDir: "{app}"; Components: main; MinVersion: 4.1,5.0; Flags: ignoreversion 
  26. Source: "{app}\RAM_98.exe"; DestDir: "{app}"; Components: main; MinVersion: 4.1,5.0; Flags: ignoreversion 
  27. Source: "{app}\Help.chm"; DestDir: "{app}"; Components: main; MinVersion: 4.1,5.0; Flags: ignoreversion 
  28. Source: "{app}\Exit.exe"; DestDir: "{app}"; Components: main; MinVersion: 4.1,5.0; Flags: ignoreversion 
  29.  
  30. [Registry]
  31. Root: HKCU; Subkey: "Software\Ram Idle"; ValueName: "CurrentDir2"; ValueType: String; ValueData: "{app}"; MinVersion: 4.1,5.0; Flags: uninsdeletevalue 
  32. Root: HKCU; Subkey: "Software\Ram Idle"; ValueName: "FirstTime"; ValueType: String; ValueData: "1"; MinVersion: 4.1,5.0; Flags: uninsdeletevalue 
  33.  
  34. [Run]
  35. Filename: "{app}\RAMMan.exe"; Description: "Launch RAM Idle"; MinVersion: 4.1,5.0; Flags: postinstall skipifsilent nowait
  36.  
  37. [UninstallRun]
  38. Filename: "{app}\Exit.exe"; MinVersion: 4.1,5.0; 
  39.  
  40. [Icons]
  41. Name: "{group}\RAM Idle"; Filename: "{app}\RAMMan.exe"; WorkingDir: "{app}"; IconFilename: "{app}\Memory.ico"; Components: main; MinVersion: 4.1,5.0; 
  42. Name: "{group}\Uninstall"; Filename: "{app}\unins000.exe"; Components: main; MinVersion: 4.1,5.0; 
  43. Name: "{group}\ReadMe"; Filename: "{app}\Help.chm"; Components: main; MinVersion: 4.1,5.0; 
  44. Name: "{userdesktop}\RAM Idle"; Filename: "{app}\RAMMan.exe"; IconFilename: "{app}\Memory.ico"; Tasks: desktopicon; MinVersion: 4.1,5.0; 
  45. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\RAM Idle"; Filename: "{app}\RAMMan.exe"; IconFilename: "{app}\Memory.ico"; Tasks: quicklaunchicon; MinVersion: 4.1,5.0; 
  46.  
  47. [Tasks]
  48. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; Components: "main"; MinVersion: 4.1,5.0; 
  49. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; Components: "main"; MinVersion: 4.1,5.0; 
  50.  
  51. [Components]
  52. Name: "main"; Description: "RAM Idle application files"; Types: "full compact custom"; MinVersion: 4.1,5.0; 
  53.  
  54. [Types]
  55. Name: "full"; MinVersion: 4.1,5.0; 
  56. Name: "compact"; MinVersion: 4.1,5.0; 
  57. Name: "custom"; MinVersion: 4.1,5.0; 
  58.  
  59. [CustomMessages]
  60. default.NameAndVersion=%1 version %2
  61. default.AdditionalIcons=Additional icons:
  62. default.CreateDesktopIcon=Create a &desktop icon
  63. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  64. default.ProgramOnTheWeb=%1 on the Web
  65. default.UninstallProgram=Uninstall %1
  66. default.LaunchProgram=Launch %1
  67. default.AssocFileExtension=&Associate %1 with the %2 file extension
  68. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  69.  
  70. [Languages]
  71. ; These files are stubs
  72. ; To achieve better results after recompilation, use the real language files
  73. Name: "default"; MessagesFile: "embedded\default.isl"; 
  74.